Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bring TyCtxt into scope #44560

Merged
merged 3 commits into from
Sep 17, 2017
Merged

bring TyCtxt into scope #44560

merged 3 commits into from
Sep 17, 2017

Conversation

qmx
Copy link
Member

@qmx qmx commented Sep 14, 2017

got comments both from @eddyb and @nikomatsakis (via #44505) that we should always put TyCtxt in scope

should I just go and import it at other places in the codebase or we just keep doing small improvements?

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@eddyb
Copy link
Member

eddyb commented Sep 14, 2017

r? @eddyb

@qmx Well, if you find ty::TyCtxt or ty::Ty elsewhere in the codebase, feel free to put it in on PR.

@rust-highfive rust-highfive assigned eddyb and unassigned arielb1 Sep 14, 2017
@alexcrichton alexcrichton added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 14, 2017
@qmx
Copy link
Member Author

qmx commented Sep 15, 2017

okay, I think that's all for now

@eddyb
Copy link
Member

eddyb commented Sep 15, 2017

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Sep 15, 2017

📌 Commit 3fe4612 has been approved by eddyb

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Sep 15, 2017
bring TyCtxt into scope

got comments both from @eddyb and @nikomatsakis (via rust-lang#44505) that we should always put `TyCtxt` in scope

should I just go and import it at other places in the codebase or we just keep doing small improvements?
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Sep 16, 2017
bring TyCtxt into scope

got comments both from @eddyb and @nikomatsakis (via rust-lang#44505) that we should always put `TyCtxt` in scope

should I just go and import it at other places in the codebase or we just keep doing small improvements?
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Sep 16, 2017
bring TyCtxt into scope

got comments both from @eddyb and @nikomatsakis (via rust-lang#44505) that we should always put `TyCtxt` in scope

should I just go and import it at other places in the codebase or we just keep doing small improvements?
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Sep 17, 2017
bring TyCtxt into scope

got comments both from @eddyb and @nikomatsakis (via rust-lang#44505) that we should always put `TyCtxt` in scope

should I just go and import it at other places in the codebase or we just keep doing small improvements?
bors added a commit that referenced this pull request Sep 17, 2017
@bors bors merged commit 3fe4612 into rust-lang:master Sep 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants